Contribution org.nuxeo.easyshare.auth.contrib--actions
In component org.nuxeo.easyshare.auth.contrib
org.nuxeo.easyshare.auth.contrib
inside nuxeo-easyshare-7.10-HF02.jar /OSGI-INF/easyshare-contrib.xml
This contribution is part of XML component Extension Point
Extension point actions of component ActionService.Contributed Items
XML Source
<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
<action accessKey="k" icon="/icons/contextual_menu/share.png" id="showEasyShareURL" label="label.eshare.permalink" order="20" type="fancybox">
<category>DOCUMENT_UPPER_ACTION</category>
<filter id="easyShareFolderFilter">
<rule grant="true">
<type>EasyShareFolder</type>
</rule>
</filter>
<properties>
<property name="include">/incl/easyshare_url_box.xhtml</property>
<property name="ajaxSupport">true</property>
</properties>
</action>
<action accessKey="k" icon="/icons/contextual_menu/share.png" id="permalinkAction" label="label.permalink" order="20" type="fancybox">
<category>DOCUMENT_UPPER_ACTION</category>
<filter id="easySharePermalinkFilter">
<rule grant="false">
<type>EasyShareFolder</type>
</rule>
</filter>
<properties>
<property name="include">/incl/permalink_box.xhtml</property>
<property name="ajaxSupport">true</property>
</properties>
</action>
</extension>